IMAPIViewContext
: IUnknown
The IMAPIViewContext
interface is implemented by form viewers to support form commands that activate
the next or previous message, or that print or save the current message.
Quick Info
|
Header
file: |
MAPIFORM.H |
|
Exposed by: |
View
context objects |
|
Implemented
by: |
Form
viewers |
|
Called by: |
Form
objects |
|
Corresponding
pointer type: |
LPMAPIVIEWCONTEXT |
Vtable Order
|
SetAdviseSink |
Registers a
form for notifications about changes to a view s status. |
|
ActivateNext |
Activates
the next or previous message in a view. |
|
GetPrintSetup |
Retrieves
the current print setup so as to print a message. |
|
GetSaveStream |
Retrieves
a stream in which a version of the current message converted to text format
will be placed. |
|
GetViewStatus |
Retrieves
the current viewer status. |